Processing math: 100%

ZZZ (working) / Monomial (Bibtex)

P211: Enumeration of all monomials
Input:
A polynomial P with n variables, t monomials, and a total degree D.
Output:
All monomials of P.
Complexity:
O(D2n2log(n)(n+log(1/ϵ)))) delay.
Comment:
Reference:
[Strozecki2010a] (Bibtex)
P212: Enumeration of all monomials
Input:
A polynomial P with n variables, t monomials, and a total degree D.
Output:
All monomials of P.
Complexity:
The delay between ith and i+1th outputted monomials is bounded by O(iDn2(n+log(1/ϵ))).
Comment:
Reference:
[Strozecki2010a] (Bibtex)